Added notes on 0.2.0 
diff --git a/index.html b/index.html index da6c640..3a100a0 100644 --- a/index.html +++ b/index.html 
@@ -115,6 +115,13 @@    <h3>Download/Installation</h3>   +<p>The latest release of httplib2 is 0.2.0 and  +can be <a href="dist">downloaded from the from  + the dist directory</a>. See the +<a href="CHANGELOG">CHANGELOG</a> for what's new in this +version.</p> + +  <p>The httplib2 module is shipped as a distutils package. To install  the library, first unpack the distribution archive, and issue the following  command:</p> @@ -144,8 +151,8 @@  <p>This module is not perfect and needs the following:</p>  <ul>  <li>Support for Proxies</li> - <li>A pluggable store for the cache. Right now the store is just flat files in a directory.  - I would like to have plugins that allow keeping the cache in Berkeley DB, Squid, MySQL, etc.</li> + <li><del>A pluggable store for the cache.</del> Right now the store is just flat files in a directory.  + I would like to have plugins that allow keeping the cache in Berkeley DB, <del>memcached</del>, Squid, MySQL, etc.</li>  <li>More unit tests</li>  </ul>